 
 Body {
 	background-color: white;
	color: black;
 }

.TITLE {
      	font-family: verdana,arial,helvetica; 
        font-size: 1.5em;
        font-weight: bold;   
        color: black; 
}

.NORMAL {
	font-family: verdana,arial,helvetica; 
        font-size: 0.8em;
        font-weight: normal;   
        color: black;
 }

.SPECIAL {
       font-family: verdana,arial,helvetica;
       font-size: 0.8em;
       font-weight: normal;
       color: navy;
}

.ERROR {
       font-family: verdana,arial,helvetica;
       font-size: 1.1em;
       font-weight: bold;
       color: red;
}
.INFO {
      font-family: verdana,arial,helvetica;
      font-size: 8pt;
      font-weight: normal; 
      color: gray;
}

A:link {
       color: blue;
       text-decoration: none;
}

A:hover {
	color: red;
}

A:visited {
      color: maroon;  
      text-decoration: none;
}
